home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00078.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  493 b   |  17 lines

  1. on mouseUp
  2.   global gsetup_pointer, gmenudrive, groomlabellist, gwhere_I_am
  3.   if the movieRate of sprite 45 = 1 then
  4.     set the movieRate of sprite 45 to 0
  5.   end if
  6.   depuppify()
  7.   set the text of field "xxfield" to " "
  8.   set the visible of sprite 24 to 0
  9.   if gmenudrive = 0 then
  10.     go("mainroom")
  11.     set the castNum of sprite 24 to the memberNum of member gsetup_pointer
  12.     set the castNum of sprite 21 to member getAt(groomlabellist, gwhere_I_am)
  13.   else
  14.     go("menuroom")
  15.   end if
  16. end
  17.